home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / powerd / lib / powerd_lib.lha / PowerD / RemStrPooled.ass < prev    next >
Encoding:
Text File  |  2000-02-26  |  143 b   |  13 lines

  1. ; a0 - pool
  2. ; a1 - string
  3.  
  4.     xdef    _RemStrPooled
  5.  
  6. _RemStrPooled
  7.     moveq    #0,d0
  8.     move.w    -(a1),d0
  9.     addq.l    #2,d0
  10.     movea.l    $4.w,a6
  11.     jsr    (-714,a6)
  12.     rts
  13.